func github.com/andybalholm/brotli/matchfinder.extendMatch2

20 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		bargain1.go#L154: 				m := extendMatch2(src, i, repIndex, i)
		bargain1.go#L168: 				m := extendMatch2(src, i, int(candidate6.offset), historyLen)
		bargain2.go#L168: 				m := extendMatch2(src, i, repIndex, i)
		bargain2.go#L184: 				m := extendMatch2(src, i, int(candidate5.offset), historyLen)
		bargain2.go#L200: 				m := extendMatch2(src, i, int(candidate8.offset), historyLen)
		bargain3.go#L178: 				m := extendMatch2(src, i, repIndex, i)
		bargain3.go#L194: 				m := extendMatch2(src, i, int(candidate5.offset), historyLen)
		bargain3.go#L210: 				m := extendMatch2(src, i, int(candidate8.offset), historyLen)
		bargain3.go#L226: 				m := extendMatch2(src, i, int(candidate12.offset), historyLen)
		m4.go#L133: 				m := extendMatch2(src, i+1, i+1-prevDistance, e.NextEmit+1)
		m4.go#L160: 			m := extendMatch2(src, i, candidate, e.NextEmit)
		m4.go#L176: 				m := extendMatch2(src, i, candidate, e.NextEmit)
		m4.go#L328: func extendMatch2(src []byte, start, candidate, min int) absoluteMatch {
		pathfinder.go#L160: 				m := extendMatch2(src, i+1, i+1-prevDistance, i+1)
		pathfinder.go#L169: 			m := extendMatch2(src, i, candidate, max(historyLen, prevMatch.Start))
		pathfinder.go#L186: 				m := extendMatch2(src, i, candidate, max(historyLen, prevMatch.Start))
		trio.go#L174: 		currentMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
		trio.go#L231: 			newMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
		zm.go#L148: 		currentMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
		zm.go#L209: 			newMatch := extendMatch2(src, int(s), int(t), e.NextEmit)